html {
    background: white no-repeat top center fixed;
    background-size: cover;
}

#header {
    width: 100%;
    height: 31px;
    min-height: 131px;
    background: none repeat scroll center center #FFF;
    padding: 85px 0px 0px;
    overflow: visible;
}

iframe {
   margin: 0 auto;
   display:block;
}
.container {
    width: 920px;
    min-height: 800px;
    margin: auto;
		min-height: 131px;
		background: #fff  center center;
		overflow: visible;
    box-shadow: 6px 0 10px  -4px #939598 , -6px 0 10px  -4px #939598;
}

.even {
	background-color: #FFEFEF;
}
.links {
	float: left;
	background-color: #FFF;
	box-shadow: 6px 0 10px  -4px #939598 , -6px 0 10px  -4px #939598;
}
.rechts {
	float: right;
	background-color: #FFEFEF;
}

header {
    width: 920px;
    height: 250px;
    position: relative;
}

header #title {
    position: absolute;
    top: 50px;
    right: 40px;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}
.footer {
		text-align: center;
		width: 920px;
		position: fixed;
    bottom: 0px;
		background-color: #eee;
		margin-left: 0px;
    align: center;  
    margin:0 auto;

	}
aside {
	font-style: italic;
	float:right;width:60%;
	border:1px solid;
	background-color: #eee;
}

aside a {
	font-weight: bold;
	font-style: normal;
	color: #009EE1;
}
.content {
    width: 100%;
    max-width: 840px;
    margin: 40px;
    float: left;
}

.locatie {
    margin-bottom: 20px;
}
.right {
	float: right;
}

h1,h2,h3 {
    margin: 0px;
    padding: 0px;
    color: #f8971d;
/*    font-size: 24px;*/
} 
h3 { font-size: 36px; }
p { margin: 5px 0px 10px 0px; }

/* Kleuren MBO Utrecht */
a { color: #737476; text-decoration: none; }
a:hover, a.active { color: #00aeef; text-decoration: none; }
b { color: #009ee0; }
#landing_introduction_arrow22 {
    background: url('image/pijl2.png') no-repeat scroll 0% 0% transparent;
    width: 152px;
    height: 82px;
    position: relative;
    top: -90px;
    left: 70px;
}